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