summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/tests/upstream-simulation-test-suite3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/tests/upstream-simulation-test-suite b/debian/tests/upstream-simulation-test-suite
index acae08f..427c710 100644
--- a/debian/tests/upstream-simulation-test-suite
+++ b/debian/tests/upstream-simulation-test-suite
@@ -22,9 +22,6 @@ DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
dpkg-architecture -ilinux-any || exit 77
prepare_clknetsim() {
- # This symbolic link is necessary to prevent clknetsim from FTBFS.
- ln -s /usr/include/"$DEB_HOST_MULTIARCH"/sys/time.h /usr/include/sys/
-
wget -P "$CLKNETSIM_PATH" "$clknetsim_src" 2>&1 || exit 77
tar -xvzf "$CLKNETSIM_PATH"/"$clknetsim_archive" \
-C "$CLKNETSIM_PATH" --strip-components=1 2>&1 || exit 77