From d10a6ef325e6637c5cc8a2e809df3037c6ea9fe8 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Mon, 16 Jan 2006 22:10:30 +0000 Subject: - Always use full command names in the test suite. --- quilt.changes | 5 +++++ test/null-bug.test | 2 +- test/perms.test | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/quilt.changes b/quilt.changes index 3aca85e..83c0fc5 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 16 23:08:36 CET 2006 - jayvdb@gmail.com + +- Always use full command names in the test suite. + ------------------------------------------------------------------- Mon Jan 16 21:51:40 CET 2006 - jayvdb@gmail.com diff --git a/test/null-bug.test b/test/null-bug.test index cd7e3a6..74b8c55 100644 --- a/test/null-bug.test +++ b/test/null-bug.test @@ -21,7 +21,7 @@ or else patch won't know the real original filename anymore. > @@ -1 +0,0 @@ > -file - $ quilt ref -p0 + $ quilt refresh -p0 > Refreshed patch patches/remove.diff $ quilt pop -q diff --git a/test/perms.test b/test/perms.test index 7211b74..501eb7d 100644 --- a/test/perms.test +++ b/test/perms.test @@ -17,7 +17,7 @@ > -rwx---r-- foo $ echo foobar > foo - $ quilt ref + $ quilt refresh > Refreshed patch %{P}test.diff $ quilt new test2.diff @@ -31,7 +31,7 @@ > -rwx----w- foo $ echo foobaz > foo - $ quilt ref + $ quilt refresh > Refreshed patch %{P}test2.diff The permissions of foo as they were in patch2 are lost here (there is no -- cgit