- or download this
#!/usr/local/bin/perl
use strict;
...
ok(1, "test not relevant");
}
}
- or download this
#!/usr/local/bin/perl
...
ok(1, "test not relevant");
}
}
- or download this
1..7
ok 1 - original file no longer present
...
ok 4 - original file once again present
# Looks like you planned 7 tests but only ran 4.
# Looks like your test died just after 4.