Lines Matching refs:prefix
8 rm -rf /tmp/test-prefix
10 mkdir /tmp/test-prefix
11 touch /tmp/test-prefix/file
14 r /tmp/test-prefix
15 r /tmp/test-prefix/file
18 test ! -f /tmp/test-prefix/file
19 test ! -f /tmp/test-prefix
21 mkdir /tmp/test-prefix
22 touch /tmp/test-prefix/file
25 r /tmp/test-prefix/file
26 r /tmp/test-prefix
29 test ! -f /tmp/test-prefix/file
30 test ! -f /tmp/test-prefix