Lines Matching +full:debian +full:- +full:testing
3 [ -f testing.sh ] && . testing.sh
5 if [ "$(id -u)" -ne 0 ]; then
11 if [ "$(losetup -a | wc -l)" -ne 0 ]; then
18 # Debian has symlinks like /dev/block/7:0 back to ../loop*.
19 if [ -b /dev/block/sda ]; then
25 #testing "name" "command" "result" "infile" "stdin"
27 truncate -s 1M blah.img &&
28 FILE="$(readlink -f blah.img)"
29 DEV="$(stat --format %d blah.img)"
30 NODE="$(stat --format %i blah.img)"
33 testcmd "-f" "-f" "$DIR/loop0\n" "" ""
34 testcmd "-f blah.img" "-f blah.img" "" "" ""
35 testcmd "-f --show" "-f --show blah.img" "$DIR/loop1\n" "" ""
36 testcmd "-a" "-a | sort" \
38 testcmd "-d $DIR/loop0" "-d $DIR/loop0 && losetup -a" \
40 testcmd "-D" "-D && losetup -a" "" "" ""