From 61ae2fbf8676dafa05a9a9a710fde421f30a2071 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 13 Jan 1999 16:50:17 +0000 Subject: Atari MiNT port by Guido Flohr (the diffs were based on 5.004_02). Tested by Guido and Frank Naumann . p4raw-id: //depot/cfgperl@2594 --- t/io/fs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/io') diff --git a/t/io/fs.t b/t/io/fs.t index a532be282c..c15f7728f5 100755 --- a/t/io/fs.t +++ b/t/io/fs.t @@ -9,7 +9,7 @@ BEGIN { use Config; -$Is_Dosish = ($^O eq 'dos' or $^O eq 'os2'); +$Is_Dosish = ($^O eq 'dos' or $^O eq 'os2' or $^O eq 'mint'); # avoid win32 (for now) do { print "1..0\n"; exit(0); } if $^O eq 'MSWin32'; -- cgit v1.2.1