commit - a77eefc7ca20d88114f90a1ce8209051633444ed
commit + e1c219c8e6fb81b93f7385e2b0872cc6ddfc35f7
blob - 24c65df8f37d93d010464929c0370750824f4534
blob + b3f10d2dc6e282f6548c695befab125a7f8f680e
--- regress/cmdline/patch.sh
+++ regress/cmdline/patch.sh
test_done $testroot 1
return 1
fi
-
+
cmp -s $testroot/stdout.expected $testroot/stdout
ret=$?
if [ $ret -ne 0 ]; then
return 1
fi
- echo 'M alpha' > $testroot/stdout.expected
+ echo 'M alpha' > $testroot/stdout.expected
cmp -s $testroot/stdout.expected $testroot/stdout
ret=$?
if [ $ret -ne 0 ]; then