quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] faildiff.test: loosen error string constraint


From: Kent R. Spillner
Subject: [Quilt-dev] [PATCH] faildiff.test: loosen error string constraint
Date: Mon, 2 Jun 2014 17:22:50 -0500

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]