summaryrefslogtreecommitdiff
path: root/inst/unitTests/test_guix.install.R
blob: 3593f115f3155fe6beea3a232fd87ebbebfc95af (about) (plain)
1
2
3
4
5
6
test.guix.install <- function () {
    checkException(guix.install("foo", guix="/doesnot/exist"))

    msg <- geterrmessage()
    checkTrue(grepl("Failed to run Guix command", msg))
}