##// END OF EJS Templates
tests: guard test-archive-symlink with unziplinks check...
Augie Fackler -
r29844:c4d03b6d default
parent child Browse files
Show More
@@ -29,6 +29,7 b' tar'
29 29 $ readlink.py dangling
30 30 dangling -> nothing
31 31
32 #if unziplinks
32 33 zip
33 34
34 35 $ cd "$origdir"
@@ -36,5 +37,6 b' zip'
36 37 $ cd zip
37 38 $ readlink.py dangling
38 39 dangling -> nothing
40 #endif
39 41
40 42 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now