remove .st0 files not needed in ngspice

This commit is contained in:
dwarning 2011-10-30 21:01:54 +00:00
parent e3fa1bf7b4
commit bcfbad5659
1 changed files with 0 additions and 3 deletions

View File

@ -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");
}