diff options
Diffstat (limited to 't/run/switchx.aux')
-rw-r--r-- | t/run/switchx.aux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/run/switchx.aux b/t/run/switchx.aux index 0db6103ee2..b59df4a0ed 100644 --- a/t/run/switchx.aux +++ b/t/run/switchx.aux @@ -19,9 +19,9 @@ still not perl print "1..7"; if (-f 'run/switchx.aux') { - print "ok 1"; + print "ok 1 - Test file exists"; } -print "ok 2"; +print "ok 2 - Test file utilized"; # other tests are in switchx2.aux __END__ |