All test scripts should end with test_done, which reports the test
results. In the future, it could be used for other purposes, e.g. to
distinguish graceful end from "exit" in a test. This patch fixes
scripts that don't call test_done.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
test -d tmp-path1 &&
test -f tmp-path1/file1'
+test_done
--exclude-from=.git/ignore \
>output &&
diff -u expect output'
+
+test_done
"git-apply <diff.$i-$j && diff frotz.$j frotz"
done
done
+
+test_done
git-send-pack --force ./victim/.git/ master &&
cmp victim/.git/refs/heads/master .git/refs/heads/master
'
+
+test_done