test_local_s3.sh
来自「samba服务器!」· Shell 代码 · 共 24 行
SH
24 行
#!/bin/sh# this runs the file serving tests that are expected to pass with samba3if [ $# != 0 ]; thencat <<EOFUsage: test_local_s3.shEOFexit 1;fiincdir=`dirname $0`. $incdir/test_functions.shfailed=0testit "talloctort" $VALGRIND $BINDIR/talloctort || \ failed=`expr $failed + 1`testit "replacetort" $VALGRIND $BINDIR/replacetort || \ failed=`expr $failed + 1`testok $0 $failed
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?