summaryrefslogtreecommitdiffstats
path: root/test/subdir.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/subdir.test')
-rw-r--r--test/subdir.test16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/subdir.test b/test/subdir.test
index 2763b8f..5e6bbda 100644
--- a/test/subdir.test
+++ b/test/subdir.test
@@ -5,11 +5,11 @@
$ cat > subdir/file
< old file
- $ quilt new test
- > Patch test is now on top
+ $ quilt new test.patch
+ > Patch test.patch is now on top
$ quilt add subdir/file
- > File subdir/file added to patch test
+ > File subdir/file added to patch test.patch
$ cat > subdir/file
< new contents
@@ -17,11 +17,11 @@
This creates the patches/ directory:
$ quilt refresh
- > Refreshed patch test
+ > Refreshed patch test.patch
$ cd subdir
$ quilt add file2
- > File subdir/file2 added to patch test
+ > File subdir/file2 added to patch test.patch
$ cat > file2
< another file
@@ -30,7 +30,7 @@
< yet another file
$ quilt add file3
- > File subdir/file3 added to patch test
+ > File subdir/file3 added to patch test.patch
$ rm file3
$ quilt files
@@ -60,10 +60,10 @@
> -yet another file
$ quilt refresh
- > Refreshed patch test
+ > Refreshed patch test.patch
$ quilt remove file2
- > File subdir/file2 removed from patch test
+ > File subdir/file2 removed from patch test.patch
$ quilt files
> subdir/file