Skip to content

Commit

Permalink
tests/dep_tree: sh on Linux doesn't like my shell expansions (under…
Browse files Browse the repository at this point in the history
…standable)
  • Loading branch information
obiwac committed Dec 7, 2024
1 parent 9623005 commit faa1659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/dep_tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set -e

# Test dependency tree creation.

cp tests/deps/build{.normal,}.fl
rm -rf tests/deps/.bob tests/deps/dep{1,2}/.bob
cp tests/deps/build.normal.fl tests/deps/build.fl
rm -rf tests/deps/.bob tests/deps/dep1/.bob tests/deps/dep2/.bob
bob -C tests/deps dep-tree >/dev/null 2>/dev/null

DEPS_TREE_PATH=tests/deps/.bob/deps.tree
Expand Down Expand Up @@ -48,7 +48,7 @@ fi

# Test changing dependencies.

cp tests/deps/build{.changed,}.fl
cp tests/deps/build.changed.fl tests/deps/build.fl
bob -C tests/deps dep-tree >/dev/null 2>/dev/null

echo "$DEP1" > $DEPS_TREE_PATH.expected
Expand Down

0 comments on commit faa1659

Please sign in to comment.