#!/bin/sh

cwd=`pwd`

cat > "test-fs-cwd.cc" << EOF

const char * check_cwd="${cwd}";

EOF
