Description: Fix reference to built binary
 The top-level tests directory defines environment variables to use to call
 the built executables. One of those names was hard-coded when it should
 have been called from the variable
Author: Afif Elghraoui
Forwarded: https://bitbucket.org/orifs/ori/pull-request/6/debian-patch-forwarding
Last-Update: 2015-07-26
--- ori.orig/scripts/repo_init.sh
+++ ori/scripts/repo_init.sh
@@ -3,7 +3,7 @@
 # Initialize source repository
 $ORI_EXE newfs $SOURCE_FS
 mkdir $SOURCE_FS
-orifs $SOURCE_FS
+$ORIFS_EXE $SOURCE_FS
 
 cp -R $SOURCE_FILES/* $SOURCE_FS/
 
