test: improve semi-manual testing

This commit is contained in:
2022-01-21 16:38:47 +01:00
parent c7062e0494
commit 57728e58e8
8 changed files with 88 additions and 21 deletions

View File

@ -1,9 +1,10 @@
#!/bin/bash
source ./testfunctions.sh
source ./common.sh
$ABRA autocomplete bash
run_test '$ABRA autocomplete bash'
$ABRA autocomplete fizsh
run_test '$ABRA autocomplete fizsh'
$ABRA autocomplete zsh
run_test '$ABRA autocomplete zsh'