summaryrefslogtreecommitdiffstats
path: root/test/add-filename-check.test
blob: b056d7402fca064d92c968a8c720327cdf528aa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$ mkdir d
$ cd d
$ mkdir patches
$ quilt new test.diff
>Patch patches/test.diff is now on top

$ echo foo > foo
$ quilt add foo
> File foo added to patch patches/test.diff

$ quilt add patches/bar
> File `patches/bar' is located below `patches/'

$ quilt add .pc/baz
> File `.pc/baz' is located below `.pc/'

$ cd ..
$ rm -rf d