From e8155dbfb271c7b83f324567e5b6854d1d60c077 Mon Sep 17 00:00:00 2001 From: Ross Miller Date: Thu, 31 Mar 2022 14:03:41 -0400 Subject: [PATCH] Change location of unifyfs-stage in test script Point the test script at the new location (ie: the bin dir) for the unifyfs-stage binary. --- t/ci/800-stage-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/ci/800-stage-tests.sh b/t/ci/800-stage-tests.sh index c2308889a..9e6b72c7a 100755 --- a/t/ci/800-stage-tests.sh +++ b/t/ci/800-stage-tests.sh @@ -28,7 +28,7 @@ test_description="UnifyFS Stage-in+Stage-out tests" # utility checking to make sure everything's in place. -STAGE_EXE=${UNIFYFS_EXAMPLES}/unifyfs-stage +STAGE_EXE=${UNIFYFS_BIN}/unifyfs-stage test_expect_success "unify-stage executable exists" ' test_path_is_file $STAGE_EXE '