From 8a2628fc2cd33e673367367abffb2eae4c80e328 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 26 Mar 2013 08:29:30 -0400 Subject: [PATCH] tests: Update expected diff output For previous diff commit. --- tests/t0000-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t0000-basic.sh b/tests/t0000-basic.sh index a72d31dc..bed1107c 100755 --- a/tests/t0000-basic.sh +++ b/tests/t0000-basic.sh @@ -102,7 +102,7 @@ echo afile > oh-look-a-file $OSTREE diff test2 ./ > ${test_tmpdir}/diff-test2-2 rm oh-look-a-file cd ${test_tmpdir} -assert_file_has_content diff-test2-2 'A */oh-look-a-file$' +assert_file_has_content diff-test2-2 'A *oh-look-a-file$' echo "ok diff cwd" cd ${test_tmpdir}/checkout-test2-4