Lines Matching refs:testcmd
8 testcmd "/-only" "///////" "/\n" "" ""
9 testcmd "trailing /" "a//////" "a\n" "" ""
10 testcmd "combined" "/////a///b///c///d/////" "d\n" "" ""
13 testcmd "suffix" "a/b/c/d.suffix .suffix" "d\n" "" ""
16 testcmd "suffix=result" ".txt .txt" ".txt\n" "" ""
19 testcmd "reappearing suffix 1" "a.txt.txt .txt" "a.txt\n" "" ""
20 testcmd "reappearing suffix 2" "a.txt.old .txt" "a.txt.old\n" "" ""
23 testcmd "invalid suffix" "isthisasuffix? suffix" "isthisasuffix?\n" "" ""
26 testcmd "zero-length suffix" "a/b/c ''" "c\n" "" ""
29 testcmd "-s" "-s .txt /a/b/c.txt" "c\n" "" ""
30 testcmd "-s implies -a" "-s .txt /a/b/c.txt /a/b/d.txt" "c\nd\n" "" ""
31 testcmd "-a" "-a /a/b/f1 /c/d/f2" "f1\nf2\n" "" ""