10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
setup() {
|
||
|
load 'helpers'
|
||
|
|
||
|
common_setup
|
||
|
}
|
||
|
|
||
|
@test "task: #Pull" {
|
||
|
cd "$TESTDIR"/tasks/pull
|
||
|
dagger --europa up
|
||
|
}
|