diff options
-rw-r--r-- | gr-run-waveform/test_xyzzy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/test_xyzzy.cc b/gr-run-waveform/test_xyzzy.cc index e75cf92e5..f68c203ac 100644 --- a/gr-run-waveform/test_xyzzy.cc +++ b/gr-run-waveform/test_xyzzy.cc @@ -135,7 +135,7 @@ main(int argc, char *argv[]) } // Initialize with the data file produced by gen-xyzzy. - string fullspec = "/usr/local/share/gnuradio/gr-run-waveform/filesystem.dat"; + string fullspec = "./filesystem.dat"; if (xyzzy_init(fullspec)) { cout << "PASSED: xyzzy_init()" << endl; } else { |