From c11d5d86f1d7a02a34d0e9a2fc122835a939879b Mon Sep 17 00:00:00 2001 From: RJ Padilla Date: Wed, 17 Mar 2021 23:28:34 -0400 Subject: [PATCH] update `tests/clone.bats` (fixes #2102) (#2107) Co-authored-by: dogi --- package.json | 2 +- tests/clone.bats | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 103c710f6..81c9e181c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.30", + "version": "1.25.31", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh", diff --git a/tests/clone.bats b/tests/clone.bats index 8d9a6b533..b42dab8b4 100755 --- a/tests/clone.bats +++ b/tests/clone.bats @@ -7,4 +7,9 @@ load test-helper skip "No disk/usb device mounted" fi assert_success && assert_output -p 'A reboot is needed' +} + +@test "$clinom clone detect" { + run "${clicmd}" detect + assert_success } \ No newline at end of file