diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-25 18:26:34 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-06-25 18:42:55 +0200 |
commit | b7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (patch) | |
tree | 6ebb70f5726822ccde1c60ca3847b56777a6a52e /tests/common.sh.in | |
parent | de2641ae99965ecf88e6f72e3969c0c7b7e7020a (diff) |
build-remote.sh: Test LegacySSHStore
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index dd7e61822..73fe77345 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -35,6 +35,7 @@ export xmllint="@xmllint@" export SHELL="@bash@" export PAGER=cat export HAVE_SODIUM="@HAVE_SODIUM@" +export busybox="@sandbox_shell@" export version=@PACKAGE_VERSION@ export system=@system@ |