diff options
Diffstat (limited to 'community/signond/busybox-incompatibility.patch')
-rw-r--r-- | community/signond/busybox-incompatibility.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/signond/busybox-incompatibility.patch b/community/signond/busybox-incompatibility.patch deleted file mode 100644 index 25028a2fa34..00000000000 --- a/community/signond/busybox-incompatibility.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/tests/run-with-signond.sh b/tests/run-with-signond.sh -index ad04b03..e6d2540 100755 ---- a/tests/run-with-signond.sh -+++ b/tests/run-with-signond.sh -@@ -6,7 +6,8 @@ set -e - - # start a local signond - --export HOME="$(mktemp -d --tmpdir signond-tests-XXXXXX)" -+ -+export HOME="$(mktemp -d)" - export SSO_LOGGING_LEVEL=2 - export SSO_STORAGE_PATH="${HOME}" - export SSO_DAEMON_TIMEOUT=5 |