summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/setup.test12
-rw-r--r--test/test.quiltrc2
2 files changed, 7 insertions, 7 deletions
diff --git a/test/setup.test b/test/setup.test
index eed1de2..e1744c7 100644
--- a/test/setup.test
+++ b/test/setup.test
@@ -13,7 +13,7 @@ $ cat > series
< #
< foo.diff -p1
$ quilt setup series
-> Unpacking archive ./dir.tar.gz
+> Unpacking archive dir.tar.gz
$ cd dir
$ ls -l patches series | sed -e 's:.* -> ::'
> ..
@@ -24,7 +24,7 @@ $ quilt push -qa
$ cd ..
$ rm -rf dir
$ quilt setup -d other series
-> Unpacking archive ./dir.tar.gz
+> Unpacking archive dir.tar.gz
$ cd other/dir
$ ls -l patches series | sed -e 's:.* -> ::'
> ../..
@@ -35,15 +35,15 @@ $ quilt push -qa
$ cd ../..
$ rm -rf other
$ mkdir dir1
-$ mv foo.diff series dir1
+$ mv series dir1
$ cd dir1
$ quilt setup -d ../other series
-> File dir.tar.gz not found in search path
-$ quilt setup --path .. -d ../other series
+> File dir.tar.gz not found
+$ quilt setup --sourcedir .. -d ../other series
> Unpacking archive ../dir.tar.gz
$ cd ../other/dir
$ ls -l patches series | sed -e 's:.* -> ::'
-> ../../dir1
+> ../..
> ../../dir1/series
$ quilt push -qa
> Applying patch patches/foo.diff
diff --git a/test/test.quiltrc b/test/test.quiltrc
index 4bb4f7b..62e8489 100644
--- a/test/test.quiltrc
+++ b/test/test.quiltrc
@@ -1,6 +1,6 @@
# Define this to generate diffs without timestamps.
QUILT_DIFF_ARGS="--no-timestamps"
QUILT_REFRESH_ARGS="--no-timestamps"
-QUILT_MAIL_ARGS="--charset=UTF-8"
+QUILT_MAIL_ARGS="--charset=UTF-8 --sender a@b.c"
QUILT_PATCHES_PREFIX=yes