diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2021-05-15 15:47:39 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-17 07:27:52 -0300 |
| commit | 645bea13cb204108fd520010afbba25d0d6a8693 (patch) | |
| tree | 5366ad5c3f44ab7379c3bffcf6b2ab32270782c8 /test/T000-basic.sh | |
| parent | 5f49e3421f5d1f98951b55dd5ba106c2a106aba7 (diff) | |
test: trivial style cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'test/T000-basic.sh')
| -rwxr-xr-x | test/T000-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T000-basic.sh b/test/T000-basic.sh index 7fbdcfa3..a2f4d93f 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -33,7 +33,7 @@ test_begin_subtest 'failure to clean up causes the test to fail' test_expect_code 2 'test_when_finished "(exit 2)"' EXPECTED=$NOTMUCH_SRCDIR/test/test.expected-output -suppress_diff_date() { +suppress_diff_date () { sed -e 's/\(.*\-\-\- test-verbose\.4\.\expected\).*/\1/' \ -e 's/\(.*\+\+\+ test-verbose\.4\.\output\).*/\1/' } |
