Skip to content

Commit

Permalink
plugin-test: reduce platform specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jan 2, 2017
1 parent 855af24 commit 2115dba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/plugin-test
Expand Up @@ -8,10 +8,14 @@ JobName=pluginTest

scripts/cleanup
scripts/copy-plugin-confs
make -C $src/src/plugins/filed install-test-plugin

# make -C not available on Solaris, therefore cd in subshell.
(
cd $src/src/plugins/filed
make install-test-plugin
)

file=encrypt-bug.jpg
rm -rf ${cwd}/tmp/*
echo "${cwd}/README" >${cwd}/tmp/file-list

start_test
Expand Down

0 comments on commit 2115dba

Please sign in to comment.