From 1b1dc7a48b7072aa9ba3a6c93e76d07f7c12d31f Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Sat, 24 Jan 2009 00:41:00 -0500 Subject: Fix paths in test_ini tests --- lib/tests/test_ini1.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/tests/test_ini1.t') diff --git a/lib/tests/test_ini1.t b/lib/tests/test_ini1.t index 0487098c..d4810116 100755 --- a/lib/tests/test_ini1.t +++ b/lib/tests/test_ini1.t @@ -1,6 +1,6 @@ #!/usr/bin/perl use Test::More; -if (! -e "./test_ini") { +if (! -e "./test_ini1") { plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test"; } -exec "./test_ini"; +exec "./test_ini1"; -- cgit v1.2.3-74-g34f1