From e6cf841ef23a80048c702362329b3428129520cf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 Jan 2019 09:05:36 -0200 Subject: Add BATS tests to CLI usage and basic interactions. Also, remove custom =nix-shell= shebang from Perl files. Instead, we should inherit Perl from the =shell= derivation in default.nix. --- website.bats | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 website.bats (limited to 'website.bats') diff --git a/website.bats b/website.bats deleted file mode 100755 index c9319ed..0000000 --- a/website.bats +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bats - -# @test "Help: show short usage when no subcommand is given." { -# run ./cli.pl -# [[ "$status" -eq 1 ]] -# } - -# print short usage -# show manpage -# create pastebin -# create a slide -- cgit v1.2.3