summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-03-10 10:27:14 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-03-10 10:27:14 +0000
commit4e99416de0eecaada3f8f5492f3976ad81120700 (patch)
treec938556d3485c15e5c164a102161d416ae2d40a4 /test
parent44d3f5cd091e6219825276baf8a7057a82a88c89 (diff)
downloadquilt-4e99416de0eecaada3f8f5492f3976ad81120700.tar.gz
- Remove stray ``../'' in test script.
Diffstat (limited to 'test')
-rw-r--r--test/new-nosubdir.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/new-nosubdir.test b/test/new-nosubdir.test
index e1008f3..7df94cc 100644
--- a/test/new-nosubdir.test
+++ b/test/new-nosubdir.test
@@ -4,7 +4,7 @@
$ mkdir patches sub
$ cd sub
$ quilt new here.diff
- > Warning: directory ../../patches exists; ignoring
+ > Warning: directory ../patches exists; ignoring
> Patch here.diff is now on top
$ cd ../..