From bcfbad5659105089493264abde6e4eb6aff8fe7f Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 30 Oct 2011 21:01:54 +0000 Subject: [PATCH] remove .st0 files not needed in ngspice --- tests/bin/ngspice.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/bin/ngspice.pm b/tests/bin/ngspice.pm index e0a987437..9487ea377 100644 --- a/tests/bin/ngspice.pm +++ b/tests/bin/ngspice.pm @@ -124,7 +124,6 @@ sub runNoiseTest { if (! $main::debug) { unlink($simulate::netlistFile); - unlink("$simulate::netlistFile.st0"); if (!opendir(DIRQA,".")) { die("ERROR: cannot open directory ., stopped"); } @@ -274,7 +273,6 @@ sub runAcTest { if (! $main::debug) { unlink($simulate::netlistFile); - unlink("$simulate::netlistFile.st0"); if (!opendir(DIRQA,".")) { die("ERROR: cannot open directory ., stopped"); } @@ -388,7 +386,6 @@ sub runDcTest { if (! $main::debug) { unlink($simulate::netlistFile); - unlink("$simulate::netlistFile.st0"); if (!opendir(DIRQA,".")) { die("ERROR: cannot open directory ., stopped"); }