1.0.4.1: fix sb-posix atime/mtime/ctime
[sbcl.git] / tests / stress-gc.sh
index c8628e4..d12bea2 100644 (file)
@@ -1,7 +1,18 @@
 #!/bin/sh
 
+# This software is part of the SBCL system. See the README file for
+# more information.
+#
+# While most of SBCL is derived from the CMU CL system, the test
+# files (like this one) were written from scratch after the fork
+# from CMU CL.
+#
+# This software is in the public domain and is provided with
+# absolutely no warranty. See the COPYING and CREDITS files for
+# more information.
+
 sbcl <<EOF
-    (compile-file "WHN/stress-gc.lisp")
+    (compile-file "./stress-gc.lisp")
     (load *)
     (time (stress-gc ${1:-100000} ${2:-3000}))
     (format t "~&test completed successfully~%")