diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:31:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:31:24 +0300 |
commit | b58bae8cd52ca7df3a77b1ce5c8db2ca9314094e (patch) | |
tree | f83087803464ab59bf4c7322615276f7d6f60449 /tests | |
parent | e4d2d772de35fe9d2ba9f40156e8091935d7d8fa (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'tests')
-rw-r--r-- | tests/agent/buildfile | 2 | ||||
-rw-r--r-- | tests/integration/buildfile | 2 | ||||
-rw-r--r-- | tests/machine/buildfile | 2 | ||||
-rw-r--r-- | tests/worker/buildfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/agent/buildfile b/tests/agent/buildfile index 87ead00..90231d2 100644 --- a/tests/agent/buildfile +++ b/tests/agent/buildfile @@ -7,4 +7,4 @@ import agent = bbot%exe{bbot-agent} ./: testscript file{btrfs-*} $agent -dir{./}: test = $agent +./: test = $agent diff --git a/tests/integration/buildfile b/tests/integration/buildfile index c49a61e..d06519c 100644 --- a/tests/integration/buildfile +++ b/tests/integration/buildfile @@ -8,4 +8,4 @@ import agent = bbot%exe{bbot-agent} import worker = bbot%exe{bbot-worker} ./: testscript file{tftp-map} $agent $worker -dir{./}: test = $agent +./: test = $agent diff --git a/tests/machine/buildfile b/tests/machine/buildfile index 6d131b1..cdbb0b0 100644 --- a/tests/machine/buildfile +++ b/tests/machine/buildfile @@ -7,4 +7,4 @@ import agent = bbot%exe{bbot-agent} ./: testscript $agent -dir{./}: test = $agent +./: test = $agent diff --git a/tests/worker/buildfile b/tests/worker/buildfile index 4004b41..5483c51 100644 --- a/tests/worker/buildfile +++ b/tests/worker/buildfile @@ -25,4 +25,4 @@ sudo /usr/sbin/in.tftpd \ import worker = bbot%exe{bbot-worker} ./: test{*} $worker -dir{./}: test = $worker +./: test = $worker |