[Git][cmucl/cmucl][issue-470-ubuntu-ci-failures] Remove commented-out code that's not needed anymore
Raymond Toy pushed to branch issue-470-ubuntu-ci-failures at cmucl / cmucl Commits: f9130c5e by Raymond Toy at 2026-02-05T16:21:46-08:00 Remove commented-out code that's not needed anymore A left over from the previous implementation that has been changed. - - - - - 1 changed file: - bin/run-unit-tests.sh Changes: ===================================== bin/run-unit-tests.sh ===================================== @@ -41,11 +41,6 @@ done # Shift out the options shift $((OPTIND - 1)) -# Create the test directory needed by the issue.45 test. -#rm -rf test-tmp -#mkdir test-tmp -#ln -s /bin/ls test-tmp/ls-link - # Set the timestamps on 64-bit-timestamp-2038.txt and # 64-bit-timestamp-2106.txt, but only for OSes where we know this # works. (This is so we don't an annoying error message from touch View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f9130c5e347916c1996ffca3... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f9130c5e347916c1996ffca3... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)