Skip to content

Commit 94f484c

Browse files
committed
update test case
1 parent 806a8fa commit 94f484c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sed -i '' "s@NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH@$ABSOLUTE_NGX_LINKFUNC_CURRENT_P
5050
else
5151
if [ "$NGX_PLATFORM" != win32 ]; then
5252
cc -shared -o $ngx_addon_dir/t/liblinkfuntest.so -fPIC $ngx_addon_dir/build_test_resources/linkfuntest.c
53-
sed -i '' "s@NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH@$ABSOLUTE_NGX_LINKFUNC_CURRENT_PATH/t/liblinkfuntest.so@g" $ngx_addon_dir/t/sanity.t
53+
sed -i "s@NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH@$ABSOLUTE_NGX_LINKFUNC_CURRENT_PATH/t/liblinkfuntest.so@g" $ngx_addon_dir/t/sanity.t
5454
fi
5555
fi
5656
fi

0 commit comments

Comments
 (0)