Clean up the test.out file
authorTheodore Tso <tytso@mit.edu>
Fri, 14 Oct 1994 23:48:53 +0000 (23:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 14 Oct 1994 23:48:53 +0000 (23:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4516 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/asn.1/Makefile.in

index c62f7bed1c23c21adfce9d58b41f54c4f28d1811..7bb79cc7f6ca49c45c63e4cf4372250e4f3d58aa 100644 (file)
@@ -27,11 +27,12 @@ check::
        $(RM) test.out
        ./krb5_encode_test > test.out
        cmp test.out $(srcdir)/reference_encode.out
+       $(RM) test.out  
 
 install::
 
 clean::
-       rm -f *~ *.o krb5_encode_test krb5_decode_test
+       rm -f *~ *.o krb5_encode_test krb5_decode_test test.out
 
 
 ################ Dependencies ################