debugpy/build/git-subrepo/ext/bashplus/test/source-bash+-std.t
Rich Chiodo f4ba976121
Subrepo command wasn't checked in correctly (#1737)
* Remove subrepo

* Fix subrepo
2024-11-18 09:50:34 -08:00

18 lines
502 B
Bash

#!/bin/bash -e
source test/test.bash
PATH=$PWD/bin:$PATH
source bash+ :std
ok "`bash+:can use`" 'use is imported'
ok "`bash+:can die`" 'die is imported'
ok "`bash+:can warn`" 'warn is imported'
ok "`! bash+:can import`" 'import is not imported'
ok "`! bash+:can main`" 'main is not imported'
ok "`! bash+:can fcopy`" 'fcopy is not imported'
ok "`! bash+:can findlib`" 'findlib is not imported'
ok "`! bash+:can can`" 'can is not imported'
done_testing 8