From 9226854632c6b2d8419b16aa79c20e769f9f2150 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 6 Aug 2019 14:09:18 +0200 Subject: [PATCH] tools: tests: remove some development leftovers Remove a leftover debugging command from the testing script that got accidentally commited. Signed-off-by: Bartosz Golaszewski --- tools/gpio-tools-test.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gpio-tools-test.bats b/tools/gpio-tools-test.bats index 6a0f076..df0533c 100755 --- a/tools/gpio-tools-test.bats +++ b/tools/gpio-tools-test.bats @@ -153,7 +153,6 @@ coproc_tool_wait() { } setup() { - echo $BATS_TMPDIR >> /tmp/dirdir gpio_mockup_remove } -- 2.30.2