From 07d5f8e60f3eb0c730ce85f973a811f231e370dd Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Sep 15 2020 16:14:03 +0000 Subject: Hardlink is not an option Because they're forbidden cross-device --- diff --git a/abi-test-suite/runtest.sh b/abi-test-suite/runtest.sh index 666bad1..1e3dff0 100755 --- a/abi-test-suite/runtest.sh +++ b/abi-test-suite/runtest.sh @@ -42,7 +42,6 @@ fi set -xe cd $(mktemp -d) -#using hard links is easier on the fs -cp -al $testsuite_dir/ABI-Testsuite . +cp -r $testsuite_dir/ABI-Testsuite . cd ABI-Testsuite python3 linux-x86.py $compiler test -v $thread_args