aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/driver_SUITE_data/Makefile.src
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2011-12-07 17:33:11 +0100
committerBjörn Gustavsson <[email protected]>2011-12-09 11:46:30 +0100
commitdeca218163838f88ade8f62eca60d8d67db00f0d (patch)
treec14318ea4bd168efb958dcf5e276a2621b8e2bcc /erts/emulator/test/driver_SUITE_data/Makefile.src
parent1f36e85aa0b5ab0ffa325cb32ed4e389e418e028 (diff)
downloadotp-deca218163838f88ade8f62eca60d8d67db00f0d.tar.gz
otp-deca218163838f88ade8f62eca60d8d67db00f0d.tar.bz2
otp-deca218163838f88ade8f62eca60d8d67db00f0d.zip
driver_SUITE.erl: Fix sys info drivers
Diffstat (limited to 'erts/emulator/test/driver_SUITE_data/Makefile.src')
-rw-r--r--erts/emulator/test/driver_SUITE_data/Makefile.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/test/driver_SUITE_data/Makefile.src b/erts/emulator/test/driver_SUITE_data/Makefile.src
index dd48f6a0f7..9cc107cc66 100644
--- a/erts/emulator/test/driver_SUITE_data/Makefile.src
+++ b/erts/emulator/test/driver_SUITE_data/Makefile.src
@@ -16,8 +16,8 @@ MISC_DRVS = outputv_drv@dll@ \
thr_free_drv@dll@ \
async_blast_drv@dll@
-SYS_INFO_DRVS = sys_info_1_0_drv@dll@ \
- sys_info_1_1_drv@dll@ \
+SYS_INFO_DRVS = sys_info_base_drv@dll@ \
+ sys_info_prev_drv@dll@ \
sys_info_curr_drv@dll@
VSN_MISMATCH_DRVS = zero_extended_marker_garb_drv@dll@ \