Skip to content

Commit 5e2ff2b

Browse files
Copilotabdurriq
andcommitted
Update test file to source from feature _lib directory
Updated test/.common/test-common-setup.sh to source from src/anaconda/_lib/common-setup.sh since src/.common/ was removed. All features have identical copies of the helper. Co-authored-by: abdurriq <[email protected]>
1 parent 487355b commit 5e2ff2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/.common/test-common-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
set -e
88

9-
# Source the helper script
9+
# Source the helper script from anaconda feature (all features have identical copies)
1010
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
11-
source "${SCRIPT_DIR}/../../src/.common/common-setup.sh"
11+
source "${SCRIPT_DIR}/../../src/anaconda/_lib/common-setup.sh"
1212

1313
# Test counters
1414
PASSED=0

0 commit comments

Comments
 (0)