remove temporary files when the run is done
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Sep 1993 03:02:00 +0000 (19:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Sep 1993 03:02:00 +0000 (19:02 -0800)
SCCS-vsn: lib/libc/db/test/run.test 8.5

usr/src/lib/libc/db/test/run.test

index c2d1749..d45a6fa 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-#      @(#)run.test    8.4 (Berkeley) %G%
+#      @(#)run.test    8.5 (Berkeley) %G%
 #
 
 # db regression tests
 #
 
 # db regression tests
@@ -33,8 +33,8 @@ TMP3=t3
                test12
                test13
                test20
                test12
                test13
                test20
-               rm -f $TMP1 $TMP2 $TMP3
        fi
        fi
+       rm -f $TMP1 $TMP2 $TMP3
        exit 0
 }
 
        exit 0
 }