Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed Mar 22, 2024
1 parent 40efb33 commit 2f5fbbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@ l4:
type: built
tag: l3
run: |
[ ! -d l3/rootfs/aaa/111 ]
[ -d l3/rootfs/aaa/222/ab ]
[ -d l3/rootfs/ccc/222 ]
[ ! -d l3/rootfs/ccc/111 ]
[ ! -d /aaa/111 ]
[ -d /aaa/222/ab ]
[ -d /ccc/222 ]
[ ! -d /ccc/111 ]
EOF
mkdir -p .stacker/layer-bases
chmod 777 .stacker/layer-bases
Expand Down

0 comments on commit 2f5fbbd

Please sign in to comment.