- Timestamp:
- Jun 17, 2020, 2:27:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/MondoRescue/t/01-read-all-link.t
r3262 r3772 67 67 # Test::More not found so simpler test 68 68 if ($@) { 69 require Test; 69 $more = 0; 70 eval { 71 require Test; 70 72 Test->import(); 71 $more = 0; 72 plan(tests => 12); 73 }; 74 if ($@) { 75 require Test::Simple; 76 Test::Simple->import(); 77 } 73 78 } 79 plan(tests => 12); 80 74 81 # Got, expected, comment 75 82 myis($h->{"$bd/usr/bin/toto"}->{"$bd/usr/bin/toto"}, 1, "File link in same dir to itself");
Note:
See TracChangeset
for help on using the changeset viewer.