diff might be called by a different name if the configure script was invoked with the --with-diff argument. Make the permissions test in faildiff.test match other names as well.
Signed-off-by: Kent R. Spillner <[email protected]> --- test/faildiff.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/faildiff.test b/test/faildiff.test index 02705b5..d601a55 100644 --- a/test/faildiff.test +++ b/test/faildiff.test @@ -13,7 +13,7 @@ What happens when diff fails because of a permission error? $ chmod -r test.txt $ quilt refresh - > diff: test.txt: Permission denied + >~ .*diff: test\.txt: Permission denied > Diff failed on file 'test.txt', aborting $ echo %{?} > 1 -- 1.9.3 _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
