Append testcases from jjohansen@suse.de.

Acked-By: Steve Beattie <steve@nxnw.org>
This commit is contained in:
Steve Beattie 2007-10-01 06:04:18 +00:00
parent 6eedd28dc2
commit 4e0679ecc6
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#
#=DESCRIPTION w and a conflict
#=EXRESULT FAIL
#
/usr/bin/foo {
/a wa,
}

View file

@ -0,0 +1,13 @@
#
#=DESCRIPTION test append
#=EXRESULT PASS
#
/usr/bin/foo {
/bin/cat a,
/bin/true ra,
/bin/false ma,
/lib/libc.so la,
/bin/less ixa,
/bin/more pxa,
/a uxa,
}