mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
[tests] sh -> bash in test-ftp-parser
This commit is contained in:
parent
c2e3d8fa8a
commit
58387c5a50
@ -1,8 +1,8 @@
|
|||||||
srcs += files('ftp.c', 'parse.c')
|
srcs += files('ftp.c', 'parse.c')
|
||||||
|
|
||||||
executable('ftp-parser', 'ftp-parser.c', meson.source_root()+'/src/protocol/date.c', 'parse.c', testdeps,
|
executable('ftp-parser', 'ftp-parser.c', 'parse.c', meson.source_root()+'/src/protocol/date.c', testdeps,
|
||||||
c_args:['-DHAVE_CONFIG_H'], include_directories:['.','..','../..', '../../..'])
|
c_args:['-DHAVE_CONFIG_H'], cpp_args:['-DHAVE_CONFIG_H'], include_directories:['.','../..','../../..'])
|
||||||
|
|
||||||
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
|
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
|
||||||
t = find_program('test-ftp-parser')
|
t = find_program('test-ftp-parser')
|
||||||
test('ftp-parser', t, env: test_lib, workdir: meson.current_build_dir(), should_fail: true)
|
test('ftp-parser', t, env: test_lib, workdir: meson.current_build_dir(), is_parallel: false, should_fail: false)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 Jonas Fonseca
|
# Copyright (c) 2005 Jonas Fonseca
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user