Replace pkgsrc and mdevd with mouse ports desktop base
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
acceptance_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
. "$acceptance_dir/harness.sh"
|
||||
acceptance_init
|
||||
acceptance_require_commands "the administrator acceptance test" expect
|
||||
acceptance_copy_disk admin
|
||||
|
||||
exec expect "$acceptance_dir/admin.exp" "$runner" "$test_disk"
|
||||
Reference in New Issue
Block a user