Lines Matching full:dir
50 mkdir dir
51 testing "create dir" "$TAR dir | $SUM" \
54 testing "pass dir" "$TAR dir | $LST" \
55 "drwxrwxr-x root/root 0 2009-02-13 23:31 dir/\n" "" ""
57 # note: does _not_ include dir entry in archive, just file
58 touch dir/file
59 testing "create file in dir" "$TAR dir/file | $SUM" \
63 testing "create dir and dir/file" "$TAR dir | $SUM" \
66 testing "pass dir/file" "$TAR dir | $LST" \
67 …"drwxrwxr-x root/root 0 2009-02-13 23:31 dir/\n-rw-rw-r-- root/root 0 2009-02-13 23:31 dir/file\n"…
70 ln -s ../name.././.. dir/link
71 testing "create symlink" "$TAR dir/link | $SUM" \
75 ln dir/file dir/hardlink
76 testing "create hardlink" "$TAR dir/file dir/hardlink | $SUM" \
79 ln dir/link dir/hlink
80 testing "create hardlink to symlink" "$TAR dir/link dir/hlink | $SUM" \
83 skipnot mkfifo dir/fifo
84 testing "create dir/fifo" "$TAR dir/fifo | $SUM" \
90 touch dir/${LONG:1:96} dir/${LONG:1:97}
91 testing "create longfilename" "$TAR dir/${LONG:1:97} dir/${LONG:1:96} | $SUM" \
104 skipnot mknod dir/char c 12 34
110 skipnot mknod dir/block b 56 78
111 testing "create dir/block" "$TAR dir/block | $SUM" \
114 skipnot chown nobody dir/file
115 testing "ownership" "$TAR dir/block | $SUM" \