summaryrefslogtreecommitdiffstats
path: root/test/add-filename-check.test
blob: 5228fc822dbe54d049f404ca2239f395ec4727e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ mkdir patches

$ quilt new test.diff
> Patch %{P}test.diff is now on top

$ echo foo > foo
$ quilt add foo
> File foo added to patch %{P}test.diff

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

$ quilt add %{QUILT_PC}/baz
> File %{QUILT_PC}/baz is located below %{QUILT_PC}/