test: Fixing project info integration test

Signed-off-by: Kenneth Lear <teddylear@protonmail.com>
This commit is contained in:
Kenneth Lear 2022-04-06 21:47:46 -04:00
parent 5759071bd7
commit ed236d4934

View File

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