Skip to content

Commit

Permalink
update tests/clone.bats (fixes #2102) (#2107)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
rjpadilla and dogi authored Mar 18, 2021
1 parent 4048859 commit c11d5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions tests/clone.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit c11d5d8

Please sign in to comment.