test: Update project info test to fix issue

Signed-off-by: Kenneth Lear <teddylear@protonmail.com>
This commit is contained in:
Kenneth Lear 2022-04-06 22:56:56 -04:00
parent ed236d4934
commit abe1e36032

View File

@ -28,7 +28,8 @@ setup() {
test ! -f ./cue.mod/pkg/.gitignore
"$DAGGER" project info
run "$DAGGER" project info
assert_success
assert_output --partial "Current dagger project in:"
assert_output --partial "$TEMPDIR"
}